﻿2026-06-16T08:29:06.6846994Z ##[group]Run actions/checkout@v5
2026-06-16T08:29:06.6847262Z with:
2026-06-16T08:29:06.6847480Z   repository: SaberMage/spt-shell-notify
2026-06-16T08:29:06.6847727Z   path: .adapter-notify
2026-06-16T08:29:06.6849947Z   token: ***
2026-06-16T08:29:06.6850144Z   ssh-strict: true
2026-06-16T08:29:06.6850329Z   ssh-user: git
2026-06-16T08:29:06.6850519Z   persist-credentials: true
2026-06-16T08:29:06.6850728Z   clean: true
2026-06-16T08:29:06.6850921Z   sparse-checkout-cone-mode: true
2026-06-16T08:29:06.6851146Z   fetch-depth: 1
2026-06-16T08:29:06.6851326Z   fetch-tags: false
2026-06-16T08:29:06.6851540Z   show-progress: true
2026-06-16T08:29:06.6851728Z   lfs: false
2026-06-16T08:29:06.6851898Z   submodules: false
2026-06-16T08:29:06.6852094Z   set-safe-directory: true
2026-06-16T08:29:06.6852295Z env:
2026-06-16T08:29:06.6852475Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:29:06.6852700Z ##[endgroup]
2026-06-16T08:29:06.8541611Z Syncing repository: SaberMage/spt-shell-notify
2026-06-16T08:29:06.8542202Z ##[group]Getting Git version info
2026-06-16T08:29:06.8542623Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-16T08:29:06.8543171Z [command]/usr/bin/git version
2026-06-16T08:29:06.8574967Z git version 2.43.0
2026-06-16T08:29:06.8624916Z ##[endgroup]
2026-06-16T08:29:06.8635852Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9fa23884-95d0-4816-93cf-00202737057d' before making global git config changes
2026-06-16T08:29:06.8636500Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:29:06.8638856Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-16T08:29:06.8668433Z ##[group]Initializing the repository
2026-06-16T08:29:06.8671195Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-16T08:29:06.8697313Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-16T08:29:06.8697800Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-16T08:29:06.8698271Z hint: of your new repositories, which will suppress this warning, call:
2026-06-16T08:29:06.8698585Z hint: 
2026-06-16T08:29:06.8698818Z hint: 	git config --global init.defaultBranch <name>
2026-06-16T08:29:06.8699360Z hint: 
2026-06-16T08:29:06.8699784Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-16T08:29:06.8700289Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-16T08:29:06.8700929Z hint: 
2026-06-16T08:29:06.8701157Z hint: 	git branch -m <name>
2026-06-16T08:29:06.8702785Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-16T08:29:06.8710598Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-16T08:29:06.8734718Z ##[endgroup]
2026-06-16T08:29:06.8735157Z ##[group]Disabling automatic garbage collection
2026-06-16T08:29:06.8737145Z [command]/usr/bin/git config --local gc.auto 0
2026-06-16T08:29:06.8760297Z ##[endgroup]
2026-06-16T08:29:06.8760674Z ##[group]Setting up auth
2026-06-16T08:29:06.8765083Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:29:06.8787299Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T08:29:06.8986466Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:29:06.9013651Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T08:29:06.9204447Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:29:06.9231335Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:29:06.9412455Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-16T08:29:06.9442008Z ##[endgroup]
2026-06-16T08:29:06.9442357Z ##[group]Determining the default branch
2026-06-16T08:29:06.9445003Z Retrieving the default branch name
2026-06-16T08:29:07.2998014Z Default branch 'main'
2026-06-16T08:29:07.2999285Z ##[endgroup]
2026-06-16T08:29:07.2999893Z ##[group]Fetching the repository
2026-06-16T08:29:07.3003216Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-16T08:29:08.1341204Z From https://github.com/SaberMage/spt-shell-notify
2026-06-16T08:29:08.1341674Z  * [new branch]      main       -> origin/main
2026-06-16T08:29:08.1359256Z ##[endgroup]
2026-06-16T08:29:08.1359604Z ##[group]Determining the checkout info
2026-06-16T08:29:08.1361737Z ##[endgroup]
2026-06-16T08:29:08.1365915Z [command]/usr/bin/git sparse-checkout disable
2026-06-16T08:29:08.1407617Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-16T08:29:08.1432238Z ##[group]Checking out the ref
2026-06-16T08:29:08.1434738Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-16T08:29:08.1471659Z Switched to a new branch 'main'
2026-06-16T08:29:08.1471973Z branch 'main' set up to track 'origin/main'.
2026-06-16T08:29:08.1475698Z ##[endgroup]
2026-06-16T08:29:08.1505393Z [command]/usr/bin/git log -1 --format=%H
2026-06-16T08:29:08.1525927Z ee2d37eadc730c0019e0af82d683074c509634a2
